Adjusted new documentation for GtkSizeGroup.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 14 Sep 2010 19:51:36 +0000 (04:51 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 14 Sep 2010 19:51:36 +0000 (04:51 +0900)
docs/reference/gtk/tmpl/gtksizegroup.sgml

index 4d6329fbf129275bc2849faae2d27ea19dbc383d..35b57b91a6a43d8d0ca71cb2689ef51b07d5cb89 100644 (file)
@@ -51,7 +51,13 @@ will be allocated in one dimension, it cannot derive how much height
 a widget will receive for a given width). When grouping widgets that
 trade height for width in mode %GTK_SIZE_GROUP_VERTICAL or %GTK_SIZE_GROUP_BOTH: 
 the height for the minimum width will be the requested height for all 
-widgets in the group.
+widgets in the group. The same is of course true when horizontally grouping
+width for height widgets.
+</para>
+<para>
+Widgets that trade height-for-width should set a reasonably large minimum width
+by way of GtkLabel:width-chars for instance. Widgets with static sizes as well 
+as widgets that grow (such as ellipsizing text) need no such considerations.
 </para>
 <refsect2 id="GtkSizeGroup-BUILDER-UI">
 <title>GtkSizeGroup as GtkBuildable</title>